[INFO] fetching crate mycorrhiza 0.0.0...
[INFO] testing mycorrhiza-0.0.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate mycorrhiza 0.0.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate mycorrhiza 0.0.0
[INFO] finished tweaking crates.io crate mycorrhiza 0.0.0
[INFO] tweaked toml for crates.io crate mycorrhiza 0.0.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mycorrhiza 0.0.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d2ee2476eec75ae7d8af862fa609ffacea8956b5af15617a6bdc29eaddac369
[INFO] running `Command { std: "docker" "start" "-a" "4d2ee2476eec75ae7d8af862fa609ffacea8956b5af15617a6bdc29eaddac369", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d2ee2476eec75ae7d8af862fa609ffacea8956b5af15617a6bdc29eaddac369", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d2ee2476eec75ae7d8af862fa609ffacea8956b5af15617a6bdc29eaddac369", kill_on_drop: false }`
[INFO] [stdout] 4d2ee2476eec75ae7d8af862fa609ffacea8956b5af15617a6bdc29eaddac369
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea0ce08aacf59524654d171aca6a407a03b435604059d3491b51b4ae054038b5
[INFO] running `Command { std: "docker" "start" "-a" "ea0ce08aacf59524654d171aca6a407a03b435604059d3491b51b4ae054038b5", kill_on_drop: false }`
[INFO] [stderr]    Compiling mycorrhiza v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]  --> src/intrinsics.rs:3:40
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct RustcCLRInteropManagedClass<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str>{
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]   = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]  --> src/intrinsics.rs:3:68
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct RustcCLRInteropManagedClass<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str>{
[INFO] [stdout]   |                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]   = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]  --> src/intrinsics.rs:3:40
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Clone,Copy)]
[INFO] [stdout]   |          ----- in this derive macro expansion
[INFO] [stdout] 2 | #[repr(C)]
[INFO] [stdout] 3 | pub struct RustcCLRInteropManagedClass<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str>{
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]   = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]  --> src/intrinsics.rs:3:68
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Clone,Copy)]
[INFO] [stdout]   |          ----- in this derive macro expansion
[INFO] [stdout] 2 | #[repr(C)]
[INFO] [stdout] 3 | pub struct RustcCLRInteropManagedClass<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str>{
[INFO] [stdout]   |                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]   = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]  --> src/intrinsics.rs:3:40
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Clone,Copy)]
[INFO] [stdout]   |                ---- in this derive macro expansion
[INFO] [stdout] 2 | #[repr(C)]
[INFO] [stdout] 3 | pub struct RustcCLRInteropManagedClass<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str>{
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]   = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]  --> src/intrinsics.rs:3:68
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Clone,Copy)]
[INFO] [stdout]   |                ---- in this derive macro expansion
[INFO] [stdout] 2 | #[repr(C)]
[INFO] [stdout] 3 | pub struct RustcCLRInteropManagedClass<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str>{
[INFO] [stdout]   |                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]   = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]  --> src/intrinsics.rs:6:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str> RustcCLRInteropManagedClass<ASSEMBLY,CLASS_PATH>{
[INFO] [stdout]   |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]   = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]  --> src/intrinsics.rs:6:34
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str> RustcCLRInteropManagedClass<ASSEMBLY,CLASS_PATH>{
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]   = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:57:41
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rustc_clr_interop_managed_call0_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,const METH...
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:57:69
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rustc_clr_interop_managed_call0_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,const METH...
[INFO] [stdout]    |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:57:123
[INFO] [stdout]    |
[INFO] [stdout] 57 | ...nst CLASS_PATH:&'static str,const IS_VALUETYPE:bool,const METHOD:&'static str,Ret>()->Ret{
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:62:41
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn rustc_clr_interop_managed_call1_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,const METH...
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:62:69
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn rustc_clr_interop_managed_call1_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,const METH...
[INFO] [stdout]    |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:62:123
[INFO] [stdout]    |
[INFO] [stdout] 62 | ...nst CLASS_PATH:&'static str,const IS_VALUETYPE:bool,const METHOD:&'static str,const IS_STATIC:bool,Ret,Arg1>(arg1:Arg1)->Ret{
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:67:41
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub fn rustc_clr_interop_managed_call2_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,const METH...
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:67:69
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub fn rustc_clr_interop_managed_call2_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,const METH...
[INFO] [stdout]    |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:67:123
[INFO] [stdout]    |
[INFO] [stdout] 67 | ...nst CLASS_PATH:&'static str,const IS_VALUETYPE:bool,const METHOD:&'static str,const IS_STATIC:bool,Ret,Arg1,Arg2>(arg1:Arg1,arg2:...
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:72:41
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub fn rustc_clr_interop_managed_ctor0_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool>()->RustcC...
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:72:69
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub fn rustc_clr_interop_managed_ctor0_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool>()->RustcC...
[INFO] [stdout]    |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:77:41
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub fn rustc_clr_interop_managed_ctor1_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,Arg1>(arg1...
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:77:69
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub fn rustc_clr_interop_managed_ctor1_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,Arg1>(arg1...
[INFO] [stdout]    |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:82:41
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn rustc_clr_interop_managed_ctor2_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,Arg1,Arg2>...
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:82:69
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn rustc_clr_interop_managed_ctor2_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,Arg1,Arg2>...
[INFO] [stdout]    |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:87:41
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn rustc_clr_interop_managed_ctor3_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,Arg1,Arg2,...
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:87:69
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn rustc_clr_interop_managed_ctor3_<const ASSEMBLY:&'static str,const CLASS_PATH:&'static str,const IS_VALUETYPE:bool,Arg1,Arg2,...
[INFO] [stdout]    |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn static0_<const METHOD:&'static str,Ret>()->Ret{
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn instance0_<const METHOD:&'static str,Ret>(self)->Ret{
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn static1_<const METHOD:&'static str,Arg1,Ret>(arg1:Arg1)->Ret{
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `unsized_const_params`
[INFO] [stdout]   --> src/intrinsics.rs:36:23
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn instance1_<const METHOD:&'static str,Arg1,Ret>(self,arg1:Arg1)->Ret{
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(unsized_const_params)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-03-19; consider upgrading it if it is out of date
[INFO] [stdout]    = note: required for `&'static str` to implement `ConstParamTy_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mycorrhiza` (lib) due to 29 previous errors
[INFO] running `Command { std: "docker" "inspect" "ea0ce08aacf59524654d171aca6a407a03b435604059d3491b51b4ae054038b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea0ce08aacf59524654d171aca6a407a03b435604059d3491b51b4ae054038b5", kill_on_drop: false }`
[INFO] [stdout] ea0ce08aacf59524654d171aca6a407a03b435604059d3491b51b4ae054038b5
